{% extends 'base.html' %} {% load site_tags %} {% block title %}Your projected score — {{ course.title }}{% endblock %} {% block content %}

You'd likely score

{{ attempt.score }}%

Based on {{ attempt.correct_count }}/{{ attempt.total_asked }} on this free check for {{ course.title }}. The full exam is {{ course.question_count_per_attempt }} questions · pass mark {{ course.pass_percentage }}%.

Watch for a follow-up discount on {{ attempt.email }} {% if attempt.whatsapp %} / WhatsApp {{ attempt.whatsapp }}{% endif %}.
Take the full certification Start exam (if enrolled)
{% endblock %}